home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / etc_-_Configuration_Files / ISAPNP_G.{1C < prev    next >
Text File  |  1999-09-17  |  994b  |  54 lines

  1. #------------------------------------------------------------------
  2. #
  3. # /etc/isapnp.gone
  4. #
  5. #------------------------------------------------------------------
  6. #
  7. # $Id: isapnp.gone,v 0.0 1998/10/09 20:46:01 fox Exp $
  8. #
  9. # This file contains a list of ISA resources that are unavailable
  10. # for PnP allocation. This may be (for instance) because they are
  11. # standard motherboard resources, or because there is a non-PnP
  12. # ISA card using the resources, or a device driver hasn't been
  13. # loaded yet, so there is no sign of the resources being in use
  14. # in /proc/*
  15. #
  16. # This file should be editted to suit your local machine.
  17. #
  18. # Resources are:
  19. # IO base[, size] (default size 8 if ommitted)
  20. # IRQ n
  21. # DMA n
  22. # MEM base,size
  23. #
  24. #------------------------------------------------------------------
  25. #
  26. # Standard motherboard stuff
  27. #
  28. # COM1
  29. #
  30. IO 0x3f8,8
  31. IRQ 4
  32. #
  33. # COM2
  34. #
  35. IO 0x2f8,8
  36. IRQ 3
  37. #
  38. # Parallel
  39. #
  40. IO 0x378,2
  41. IRQ 7
  42. #
  43. # PS2 mouse
  44. #
  45. #IRQ 12
  46. #
  47. # Sound
  48. #
  49. #IO 0x220,16
  50. #IO 0x330,2
  51. #IO 0x388,4
  52. #IRQ 5
  53. #DMA 1
  54. #DMA 5